From a82a5d87b48a8f7fb48147f4ae14393951e2eae1 Mon Sep 17 00:00:00 2001 From: "Jan D." Date: Fri, 9 Nov 2012 07:28:27 +0100 Subject: [PATCH] * server.el (server-create-window-system-frame): Improved comment. --- lisp/server.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/server.el b/lisp/server.el index d36ec1745bd..c78e3e376aa 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -844,7 +844,8 @@ This handles splitting the command if it would be bigger than ;; Special case for ns. This is because DISPLAY may not be set at all ;; which in the ns case isn't an error. The variable display then becomes - ;; the fully qualified hostname. + ;; the fully qualified hostname, which make-frame-on-display below + ;; does not understand and throws an error. ;; It may also be a valid X display, but if Emacs is compiled for ns, it ;; can not make X frames. (if (featurep 'ns-win) -- 2.30.2